Welcome![Sign In][Sign Up]
Location:
Search - VC tab

Search list

[GUI DevelopTabControl

Description: vc Tab Control使用示例- vc Tab Control s use example
Platform: | Size: 60611 | Author: 何浪 | Hits:

[GUI Develop如何使用VC++提供的TAB控件

Description: 在VC++中如何使用TABCONTROL控件 VC++中的TABCONTROL控件和VB,DELPHI中的不一样,它的使用方法比VB,DELPHI中要麻烦得多。 我写了个事例 也许对大家有点帮助,只适合菜鸟看哦,因为我就是菜鸟 -in VC TABCONTROL how to use the controls VC TABCONTROL controls and VB, Delphi not the same as it used than VB, Delphi to much trouble. I wrote a pair of examples may help you a bit, only for a birdie FACT, because of my exposure
Platform: | Size: 50467 | Author: 王泽民 | Hits:

[TreeViewVC++TabView1

Description: 绝佳的Tab View控件的方式之一,VC++6.0经过运行调试的,可直接使用-excellent Tab Controls View one of the ways that VC 6.0 After running the debugger can be used directly
Platform: | Size: 39696 | Author: 张圣望 | Hits:

[GUI DevelopVC++TabView2

Description: 绝佳的Tab View控件的方式之二,VC++6.0经过运行调试的,可直接使用-excellent Tab View Control Mode 2, VC 6.0 After running the debugger can be used directly
Platform: | Size: 42190 | Author: 张圣望 | Hits:

[GUI DevelopVC++TabView3

Description: 绝佳的Tab View控件的方式之三,VC++6.0经过运行调试的,可直接使用-excellent Tab View Control Mode 3, VC 6.0 After running the debugger can be used directly
Platform: | Size: 42691 | Author: 张圣望 | Hits:

[OtherTab

Description: 自己写的VC,显示安装文件的代码,多个对话框组合
Platform: | Size: 42398 | Author: aaa | Hits:

[Button controlPWcDemo

Description: vc tab control, you can use it
Platform: | Size: 268236 | Author: lj | Hits:

[GUI Develop运动tab

Description: vc中运动tab的编程实现-vc Motion tab Programming
Platform: | Size: 33884 | Author: 杨风 | Hits:

[Button controlTAB VIEW

Description: VC CLASSIC TABVIEW
Platform: | Size: 81646 | Author: | Hits:

[ADO-ODBCsjcl

Description: 一个小型的数据库软件,用VC编写,数据库用ACCESS,数据源用ODBC,程序可直接创建数据源,使用时,只需把数据库文件jxc.mdb拷入C:\Program Files\database\即可,数据处理功能齐全,而且在视图列表中,双击某一条记录即可进行修改,非常方便。而且界面按钮都是经过处理的特别漂亮。-A small database software used to prepare VC, databases with ACCESS, the data source using ODBC, the procedure can directly create a data source, use, simply jxc.mdb copyed into the database file C: Program Filesdatabase can, data-processing functions , but also in the list view, double-click a record can be modified very convenient. And the interface buttons are treated pretty special.
Platform: | Size: 118784 | Author: 站长 | Hits:

[Windows DevelopCXTabCtrl - an easier tab control for dialogs and

Description:
Platform: | Size: 29696 | Author: | Hits:

[Applicationscodehelp

Description: VC源代码管理软件之 CodeHelp(无源码)作者姓名:祝小斌邮件地址:thinkry@263.net开发环境:VC6.0 Windows 2000测试环境:Windows 2000 功能介绍:========== 概 述========== 程序员可能常有这样的烦恼:编程中经常需要去查阅以前写过的代码片断,而每次打开代码所在的工程既费时又费力。 知识管理越来越被大家所重视,源代码也应该做为一种知识资源,纳入知识管理体系中去。CodeHelp 是为了方便程序员更好的管理自己的源代码而写的一款免费软件。 利用 CodeHelp,可以方便的管理你的各种技术资料和源代码。 CodeHelp 以目录树来管理代码文件,你可以自由定义目录,并能够自由移动修改,支持无限分支延伸。采用分段读入方式,能支持超大的目录树。 CodeHelp 支持“语法突出”方式显示代码(目前仅支持C/C++)。能高亮显示源代码中的“注释”、“关键字”和“字符串”,和在 VC6.0 看起来完全一样。 CodeHelp 采用 TabView 来显示多个源代码文件,查看起来非常方便。-VC source code management software capital CodeHelp (without source) Author Name : Chuxiaobin mail address : thinkry@263.net development environment : Windows 2000 VC6.0 test environment : Windows 2000 functional overview presented :========== ========== programmers may tend Pains : Programming often need access to previously written code snippet, and each open source project where the time-consuming and laborious. Knowledge management is increasingly paying attention to you, the source code should also serve as a knowledge resources and knowledge management system into China. CodeHelp programmers is to facilitate better management of their source code and write free software. CodeHelp use can facilitate the management of your technical information and source code. CodeHelp directory tree
Platform: | Size: 297984 | Author: ff | Hits:

[GUI DevelopTabbingFramework_demo

Description: 类似VC的界面框架程序-similar VC interface framework procedures
Platform: | Size: 741376 | Author: 杨金星 | Hits:

[ActiveX/DCOM/ATLvc控件

Description: visual c++ 通用控件相关设计资料,pdf文件,-visual c GM controls relevant design information, pdf documents,
Platform: | Size: 5056512 | Author: 牛文 | Hits:

[Picture ViewerGdipluspicture

Description: 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects ForthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : ForthProj.sln is document management solutions, ForthProj project management, project ForthProj.ncb database files, users ForthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code 4. compile and enforcement procedures
Platform: | Size: 282624 | Author: 朱磊 | Hits:

[Menu controlMenuA

Description: 1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码  通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作  响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code# 61557 Programming by setting the variable attributes lpszMenuName automatically create menu# 61557 response WM_COMMAND handle various news sources menu 4. compil
Platform: | Size: 31744 | Author: 朱磊 | Hits:

[GUI Develop导航图

Description: 绘制导航图的源代码,这是基于MAPX插件的,只需将相关*.TAB 图层换成你自己的就可以了-mapping navigation map of the source code, which is based on the Connection plug-in, only to the relevant*. TAB layer replaced by your own on the
Platform: | Size: 1024 | Author: fgh | Hits:

[VC/MFCvc自绘控件集合

Description: vc自绘控件集合 CMenu 自绘集合 CStatic 自绘集合 dialog 自绘集合 edit自绘集合 SkinSlider 自绘 tab 自绘集合(VC self drawn control set)
Platform: | Size: 13366272 | Author: dq921 | Hits:

[GUI DevelopVC界面设计:窗体Tab选项卡设计实例

Description: VC界面设计:窗体Tab选项卡设计实例,主要实现VISUALC ++6.0窗体、控件、对话框等实现(VC interface design: an example of the form Tab tab design)
Platform: | Size: 41984 | Author: nasa123 | Hits:

[OtherBmpTitle标题栏重绘 VC MFC

Description: VC下的标题栏重绘,实现多个TAB页效果。(VC under the title block redraw to achieve multiple tab page effect.)
Platform: | Size: 948224 | Author: fuyve | Hits:
« 1 2 3 45 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net